home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / ezfkey.zip / READ.ME < prev    next >
Text File  |  1991-10-18  |  3KB  |  67 lines

  1.                         FKEY.BAT
  2.  
  3.           To run FKEY.BAT type FKEY at the dos prompt.
  4.           If you run DOS 5.0 the keys stay set if you
  5.           shell in and out of the dosshell.
  6.  
  7.           This batch file sets an Fkey to the specified dos
  8.           command and acts  as a macro. To work properly it
  9.           requires an entry in your config.sys file such as:
  10.                   device=ansi.sys    or
  11.                   device=c:\dos\ansi.sys
  12.           depending on where your ansi.sys file is located.
  13.           The last prompt command allows you to personalize
  14.           your dos prompt by substituting a name or word of
  15.           your choice in place of ezduzit.
  16.  
  17.           To change an fkey command simply replace the com-
  18.           mand in between quotation marks ("  ") with the com-
  19.           mand or your choice.  You may have to reboot  and
  20.           then type FKEY.
  21.  
  22.           To activate an Fkey not set, delete the rem at the
  23.           beginning of the line and fill in the quotes with
  24.           the desired command.
  25.  
  26.                             CCA.BAT
  27.           Copies a series of files from the current directory to
  28.           the root directory of a:
  29.               cca filename.ext filename.ext filename.ext etc.
  30.                             
  31.                             CCB.BAT
  32.           Copies a series of files from the current directory to
  33.           the root directory of b:
  34.               ccb filename.ext filename.ext filename.ext etc.
  35.                             
  36.                             CCC.BAT
  37.           Copies a series of files from the current directory to
  38.           the root directory of c:
  39.               ccc filename.ext filename.ext filename.ext etc.
  40.                             
  41.                             
  42.                             CCDOS.BAT
  43.           Copies a series of files from the current directory to
  44.           the root directory of c:\dos
  45.               ccdos filename.ext filename.ext filename.ext etc.
  46.                             
  47.                             MOVE.BAT
  48.           Xcopies a file from  a source directory to a destination
  49.           and then deletes it from  the source dirctory
  50.               move this.bat a:\bun
  51.  
  52.                             RID.BAT
  53.           Deletes a mulitple listing of files with a warning to verify.
  54.               rid this.bat that.bat those.bat these.bat etc.
  55.  
  56.                             TY.BAT
  57.  
  58.           Displays the text of a file, one screen at a time with more
  59.           filter
  60.               ty read.me
  61.  
  62.                             XCP.BAT
  63.  
  64.           Xcopies files only from a given date input by user.
  65.               xcp c:\dos a:\bak 10-14-91
  66.  
  67.